func runtime.stopTheWorld

11 uses

	runtime (current package)
		heapdump.go#L23: 	stw := stopTheWorld(stwWriteHeapDump)
		mprof.go#L1370: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1430: 	stw = stopTheWorld(stwGoroutineProfileCleanup)
		mprof.go#L1592: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1704: 		stw = stopTheWorld(stwAllGoroutinesStack)
		mstats.go#L358: 	stw := stopTheWorld(stwReadMemStats)
		os_linux.go#L750: 	stw := stopTheWorld(stwAllThreadsSyscall)
		proc.go#L1532: func stopTheWorld(reason stwReason) worldStop {
		proc.go#L1574: 	return stopTheWorld(reason)
		secret.go#L103: 	stw := stopTheWorld(stwAllThreadsSyscall)
		trace.go#L369: 	stw := stopTheWorld(stwStartTrace)